(unless (> (length newversion) 2) ; pretest or release candidate?
(with-temp-buffer
(insert-file-contents newsfile)
+ (when (re-search-forward "^\\* [^\n]*\n+\f" nil t)
+ (display-warning 'admin
+ "NEWS file contains empty sections - remove them?"))
+ (goto-char (point-min))
(if (re-search-forward "^\\(\\+\\+\\+ *\\|--- *\\)$" nil t)
(display-warning 'admin
"NEWS file still contains temporary markup.